Fri Apr 24 2020 13:53:09 GMT+0200 (Central European Summer Time)

Given that I am at the homepage 3s 875ms

Then I should see the Hoolitels logo 2s 10ms

Given that I am at the homepage 4s 242ms

When I click on the user icon 5ms

Then(/^I click on the user icon$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

And I enter user in the email field 730ms

Then(/^I enter user in the email field$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

And I enter user in the password field 516ms

Then(/^I enter user in the password field$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

And I click the login button 2s 42ms

Then I should be logged in 12ms

Then(/^I should be logged in$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

After 1s 846ms

Given that I am at the homepage 4s 242ms

When I click on the user icon 6ms

Then(/^I click on the user icon$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

And I enter tdinsdaleg@naver.com in the email field 0s

Then(/^I enter tdinsdaleg@naver.com in the email field$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

And I enter 3uROILP in the password field 512ms

Then(/^I enter 3uROILP in the password field$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

And I click the login button 2s 26ms

Then I should be logged in 7ms Show Error +
                                            
AssertionError: Expected to be logged in at createWorld.(anonymous) (C:\Users\srcha\Google Drive\Skola\dev\hoolitels\frontend\tests\selenium\step-definitions\login.js:42:9) at processTicksAndRejections (internal/process/task_queues.js:97:5)

After 1s 800ms Screenshot +